home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / tacmwino / readme.txt < prev    next >
Encoding:
Text File  |  1998-07-21  |  3.5 KB  |  109 lines

  1. TACMWaveIN, TACMWaveOUT
  2. =======================
  3.  
  4. Overview
  5. --------
  6.   This componens can play/record wave streams like some components on the internet. but, only this (as long as I found) can compress/decompress wave streams using installed CODEC on windows 95/98(NT maybe well. I couldn't test) - GSM 6.1, IMA ADPCM, Microsoft ADPCM, CCITT, etc.  Using windows standard dialog box or by manually, any available wave format can be selected.
  7.  
  8.   I used this components to implement Audio-phone or internet-phone using GSM 6.1 CODEC (this codec generate only about 1.6KB/sec) !! Any other purpose will do.
  9.  
  10.  
  11. ** Please SEE THE DEMO INCLUDED!!
  12.  
  13. ** This component is not freeware but *SHAREWARE*. You must buy this component for commercial use.
  14.  
  15.    See 'Order Information' of this text for buying.
  16.  
  17.       * register fee is US$ 30 (without source).
  18.       ==========================================
  19.  
  20. Author:
  21. -------
  22.       Sang-Hee, Kim
  23.  
  24. E-Mail:
  25. -------
  26.       potpry@iname.com
  27.  
  28. HomePage:
  29. ---------
  30.       http://archi.snu.ac.kr/shkim/delphi
  31.  
  32.  
  33. Installation
  34. ------------
  35.      
  36.       In the delphi IDE, choose Components-Install Component item from the menu, select 'ACMWaveIO.dcu' and click OK. There should be a new tab in the component palette named 'MyComponents'.
  37.  
  38.  
  39. Usage:
  40. ------
  41.      1)
  42.         Just drop TACMWaveIn/TACMWaveOut on your form, and set some properties. 
  43.          (default values will be also good)
  44.      
  45.      2) 
  46.         Set up 'OnData'(TACMWaveIN) event if you use TACMWaveIN component.
  47.  
  48.      3) 
  49.         Next, Call 'Open' method(TACMWaveIN/TACMWaveOUT) to open wave device, 
  50.         and 'Close' to close the opened device.
  51.  
  52.      4)
  53.         Then, you can call 'PlayBack(Data:PChar; Size:Integer)' method to play wave
  54.         stream (ex. waveout1.playback(data, size))
  55.  
  56.      5)
  57.         That's all !! but if you want to change or set wave format, just double-click 
  58.         'Waveformat' property in object inspector, or call 'Execute' method of WaveFormat 
  59.         property (ex. wavein1.WaveFormat.Execute)
  60.         ( WaveFormat property can use 'Assign' method. 
  61.           For example, waveout1.waveformat.assign(wavein1.waveformat) )
  62.  
  63.  
  64.         
  65. Bug-Reports:
  66. ------------
  67.       
  68.       Please report any bugs or errors you found with detailed situation description to 
  69.       above-mentioned e-mail addresses.
  70.  
  71.  
  72. Order information:
  73. ------------------
  74.       * register fee is US$ 30 (without source).
  75.       ==========================================
  76.  
  77.       
  78.       Register by bank Transfer:
  79.       ------------------------- 
  80.              Citibank(Korea, Olympic park branch)
  81.              Bank Address: Lucky Securities Building, 184-1 Bangi-dong, Songpa-gu, 
  82.                            Seoul, South Korea, 138-150
  83.              Account No.: 12-70-123816
  84.              Beneficiary(Depositor): Jin-Hyun, Park
  85.  
  86.  
  87.       Mail Order:
  88.       ---------------
  89.             send a check or money to this address and recipient:
  90.                 address   : Shinlim-9-dong , Kwanak-gu, 244-16, Seoul, South Korea,
  91.                             151-019(postal-code)
  92.                 recipient : Sang-Hee, Kim
  93.       
  94.       
  95.      *IMPORTANT*
  96.         you MUST SEND E-MAIL to me with following information:
  97.            name,
  98.            compony,
  99.            city,
  100.            state,
  101.            country  
  102.            e-mail address(MUST) --> I send registered version *ONLY* BY E-MAIL !!
  103.                                     =============================================
  104.  
  105.  
  106.  
  107. Have Fun !!
  108.  
  109.